You can also save a file at any time by right clicking on the Console window.
A "running total" of the more serious errors are written to debugLogs\ErrorLog.txt as well as the console log.
If Crew Chief runs but isn't working for you then the most important thing is to upload the log file that was saved after you saw a problem to either the forum, Discord or to the confidential email address
If that doesn't help then collecting a "repro trace" of all the things Crew Chief does will give more information. To do this:
Open the Run prompt (Win+R) then type:
"%ProgramFiles(x86)%\Britton IT Ltd\CrewChiefV4\CrewChiefV4" -DEBUG
or open a Command Prompt (by typing cmd in start menu) then type:
cd /d "%ProgramFiles(x86)%\Britton IT Ltd\CrewChiefV4"
CrewChiefV4 -DEBUG
Either way Crew Chief should now be running in debug mode:
- Make sure Record checkbox is checked.
- Start CC for your game, and reproduce your problem.
- When you're done, click Stop and Save trace button in CC, and wait for trace write to finish (you'll see a message).
- This will produce a .zip file in your Documents folder
looking like CrewChiefV4\debugLogs\[GAME]_2024-12-7__18-30.zip which you can look at if you want.
- Back in Crew Chief click menu Trace logs / Send trace to devs which will upload the trace to the web sharing service https://www.file.io/ and draft an email to the confidential email address with the URL (in your email client so you can add details of the problem).
If Crew Chief crashes on starting up you can help by collecting a "boot trace".
Open the Run prompt (Win+R) then type:
"%ProgramFiles(x86)%\Britton IT Ltd\CrewChiefV4\CrewChiefV4" -DEBUG > c:\temp\output.txt 2>&1
or open a Command Prompt (by typing cmd in start menu) then type:
cd /d "%ProgramFiles(x86)%\Britton IT Ltd\CrewChiefV4"
CrewChiefV4 -DEBUG > c:\temp\output.txt 2>&1
Then c:\temp\output.txt contains the messages which can be used by the dev team. The console log file won't be saved but a previous one may help.